home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / Asymptote Demo / Examples / Demos / 10) VY CMA / drawmybox < prev    next >
Encoding:
Text File  |  1994-05-07  |  370 b   |  12 lines  |  [TEXT/DWat]

  1. % drawmybox  bottomLabels leftLabels 
  2. % This helper script draws the graph frame with tiny tick marks
  3. % Its uses two arguments to specify the orientation of the
  4. % tick labels 
  5.  
  6. set saveScale scale
  7. scale .2
  8. % Draw tiny tick marks
  9. drawframe inside inside ticks nolabels nolabels nolabels nolabels
  10. scale saveScale
  11. drawframe inside outside ticks &1 &2 nolabels nolabels
  12. hide